home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / PRINTER / RISCRIPT.INF < prev    next >
Text File  |  1994-09-13  |  3KB  |  58 lines

  1. Getting Started
  2. ---------------
  3.  
  4. There are two applications in the archive: RiScript and ScripTerm.
  5. RiScript is a PostScript-previewer that can save the image as a draw
  6. file (no, not only a sprite but real objects). ScripTerm is a terminal
  7. that can be connected to the previewer.
  8.  
  9. Globally, there are two ways of using the software, namely interactively
  10. and in batch mode. When double clicking a PostScript-file RiScript will
  11. be started (when it is not running yet, of course) in batch mode, i.e.
  12. without a terminal (ScripTerm). When starting the RiScript application
  13. (double clicking the application icon) then RiScript will be started in
  14. interactive mode (i.e. with separate terminal).
  15.  
  16. When RiScript is running in batch mode, double clicking a PostScript-file 
  17. will start a new job, i.e. the current page will be erased etc. When 
  18. RiScript is running in batch mode, a terminal can be attached by starting 
  19. the ScripTerm application _and_ selecting the menu item "interactive" in 
  20. the RiScript-application (in this order).
  21.  
  22. When the previewer is in interactive mode, it is also possible to enter 
  23. commands via the terminal (ScripTerm window). Double clicking on a Post-
  24. Script-file in this mode will not start a new job but `add' the contents
  25. to the current job (this means that the output will be merged). Pressing
  26. ^D will start a new interactive job. Selecting the "interactive" menu item
  27. when in interactive mode will cause the previewer to run in batch mode.
  28. This can also be achieved by quitting ScripTerm.
  29.  
  30.  
  31. Known `Bugs'
  32. ------------
  33.  
  34. It grabs quite a lot of memory. This can be changed, but only statically.
  35. This means that it can only be set at start-up with program parameters.
  36. How to change this is explained in one of the Doc files. Remember, however,
  37. that a real PostScript printer needs quite some memory (e.g. 6M).
  38.  
  39. Some missing features are:
  40.   - packed arrays (not _very_ important; the PostScript printer driver
  41.     of Acorn does however use this feature for unavailable fonts);
  42.   - Type 1 fonts (this can be a real nuisance when using special fonts);
  43.   - clipping (depends on the file whether important).
  44.  
  45. RiScript and ScripTerm are both implemented in C. This will limit the speed
  46. but more importantly it is quite difficult to detect integer overflow (if
  47. somebody knows a trick, please tell us). This might cause some problems.
  48.  
  49.  
  50. Questions, remarks, and problems
  51. --------------------------------
  52.  
  53. Please let us know when you have questions, remarks, or problems.
  54.  
  55.       bos@prl.philips.nl
  56.    medema@prl.philips.nl
  57.  
  58.